home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9217 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: newshost.lanl.gov!tanmoy
  2. From: tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Standard question - pointer initialization
  5. Date: 06 Mar 1996 20:05:57 GMT
  6. Organization: Los Alamos National Laboratory
  7. Message-ID: <TANMOY.96Mar6130557@qcd.lanl.gov>
  8. References: <4hk9un$906@hammer.msfc.nasa.gov>
  9. NNTP-Posting-Host: qcd.lanl.gov
  10. Mime-Version: 1.0
  11. Content-Type: text
  12. In-reply-to: Brian.Day@msfc.nasa.gov's message of 6 Mar 1996 15:11:19 GMT
  13.  
  14. In article <4hk9un$906@hammer.msfc.nasa.gov>
  15. Brian.Day@msfc.nasa.gov (Brian Day) writes:
  16.  
  17. <snip>
  18. BD: We were recently handed a coding standard which said:
  19. BD: 
  20. BD:     "Always initialize pointers when they are declared" 
  21. BD: 
  22. BD: Doesn't the standard say something about some pointers
  23. BD: being automatically initialized to NULL, or something like that?
  24.  
  25. Variables of static duration are always initialized automatically: the
  26. net result is the same as initialized by typing = 0 (or {0} etc.)
  27. after it. So, such pointer variables are initialized to NULL portably. 
  28.  
  29. Cheers
  30. Tanmoy
  31. --
  32. tanmoy@qcd.lanl.gov(128.165.23.46) DECNET: BETA::"tanmoy@lanl.gov"(1.218=1242)
  33. Tanmoy Bhattacharya O:T-8(MS B285)LANL,NM87545 H:#9,3000,Trinity Drive,NM87544
  34. Others see <gopher://yaleinfo.yale.edu:7700/00/Internet-People/internet-mail>,
  35. <http://alpha.acast.nova.edu/cgi-bin/inmgq.pl>or<ftp://csd4.csd.uwm.edu/pub/
  36. internetwork-mail-guide>. -- <http://nqcd.lanl.gov/people/tanmoy/tanmoy.html>
  37. fax: 1 (505) 665 3003   voice: 1 (505) 665 4733    [ Home: 1 (505) 662 5596 ]
  38.